home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1997 May / PC Plus Super CD Issue 127 (May 1997).iso / delphi2 / delphite.exe / data.z / IMAGEWIN.DFM / IMAGEWIN.txt
Encoding:
Text File  |  1996-08-12  |  3.8 KB  |  202 lines

  1. object ImageForm: TImageForm
  2.   Left = 193
  3.   Top = 107
  4.   ActiveControl = FileEdit
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'Image Viewer'
  8.   ClientHeight = 315
  9.   ClientWidth = 502
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poDefault
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Bevel1: TBevel
  19.     Left = 316
  20.     Top = 5
  21.     Width = 171
  22.     Height = 121
  23.   end
  24.   object Bevel2: TBevel
  25.     Left = 317
  26.     Top = 132
  27.     Width = 170
  28.     Height = 177
  29.   end
  30.   object Label2: TLabel
  31.     Left = 324
  32.     Top = 290
  33.     Width = 113
  34.     Height = 13
  35.     Caption = '&Number of Glyphs - '
  36.     Enabled = False
  37.     FocusControl = UpDown1
  38.   end
  39.   object DirectoryListBox1: TDirectoryListBox
  40.     Left = 8
  41.     Top = 12
  42.     Width = 148
  43.     Height = 260
  44.     FileList = FileListBox1
  45.     IntegralHeight = True
  46.     ItemHeight = 16
  47.     TabOrder = 1
  48.   end
  49.   object DriveComboBox1: TDriveComboBox
  50.     Left = 9
  51.     Top = 277
  52.     Width = 148
  53.     Height = 19
  54.     DirList = DirectoryListBox1
  55.     TabOrder = 3
  56.   end
  57.   object FileEdit: TEdit
  58.     Left = 166
  59.     Top = 13
  60.     Width = 139
  61.     Height = 21
  62.     TabOrder = 0
  63.     Text = '*.bmp;*.ico;*.wmf;*.emf'
  64.     OnKeyPress = FileEditKeyPress
  65.   end
  66.   object UpDownGroup: TGroupBox
  67.     Left = 323
  68.     Top = 158
  69.     Width = 154
  70.     Height = 60
  71.     Caption = 'Up / Down'
  72.     TabOrder = 5
  73.     object SpeedButton1: TSpeedButton
  74.       Left = 116
  75.       Top = 26
  76.       Width = 25
  77.       Height = 25
  78.       AllowAllUp = True
  79.       GroupIndex = 1
  80.     end
  81.     object BitBtn1: TBitBtn
  82.       Left = 12
  83.       Top = 18
  84.       Width = 92
  85.       Height = 33
  86.       Caption = 'BitBtn1'
  87.       TabOrder = 0
  88.     end
  89.   end
  90.   object DisabledGrp: TGroupBox
  91.     Left = 323
  92.     Top = 220
  93.     Width = 154
  94.     Height = 60
  95.     Caption = 'Disabled'
  96.     TabOrder = 7
  97.     object SpeedButton2: TSpeedButton
  98.       Left = 116
  99.       Top = 25
  100.       Width = 25
  101.       Height = 25
  102.       Enabled = False
  103.     end
  104.     object BitBtn2: TBitBtn
  105.       Left = 11
  106.       Top = 18
  107.       Width = 92
  108.       Height = 33
  109.       Caption = 'BitBtn2'
  110.       Enabled = False
  111.       TabOrder = 0
  112.     end
  113.   end
  114.   object Panel1: TPanel
  115.     Left = 324
  116.     Top = 12
  117.     Width = 153
  118.     Height = 80
  119.     BevelInner = bvLowered
  120.     TabOrder = 8
  121.     object Image1: TImage
  122.       Left = 2
  123.       Top = 2
  124.       Width = 149
  125.       Height = 76
  126.       Align = alClient
  127.     end
  128.   end
  129.   object FileListBox1: TFileListBox
  130.     Left = 166
  131.     Top = 41
  132.     Width = 139
  133.     Height = 227
  134.     FileEdit = FileEdit
  135.     ItemHeight = 13
  136.     Mask = '*.bmp;*.ico;*.wmf;*.emf'
  137.     TabOrder = 2
  138.     OnClick = FileListBox1Click
  139.   end
  140.   object ViewBtn: TBitBtn
  141.     Left = 325
  142.     Top = 98
  143.     Width = 63
  144.     Height = 24
  145.     Caption = '&Full View'
  146.     TabOrder = 6
  147.     OnClick = ViewBtnClick
  148.   end
  149.   object FilterComboBox1: TFilterComboBox
  150.     Left = 166
  151.     Top = 275
  152.     Width = 140
  153.     Height = 21
  154.     FileList = FileListBox1
  155.     Filter = 
  156.       'Image Files (*.bmp, *.ico, *.wmf, *.emf)|*.bmp;*.ico;*.wmf;*.emf' +
  157.       '|Bitmap Files (*.bmp)|*.bmp|Icons (*.ico)|*.ico|Metafiles (*.wmf' +
  158.       ', *.emf)|*.wmf;*.emf|All files (*.*)|*.*'
  159.     TabOrder = 4
  160.   end
  161.   object GlyphCheck: TCheckBox
  162.     Left = 327
  163.     Top = 137
  164.     Width = 104
  165.     Height = 17
  166.     Caption = '&View as Glyph'
  167.     TabOrder = 9
  168.     OnClick = GlyphCheckClick
  169.   end
  170.   object StretchCheck: TCheckBox
  171.     Left = 413
  172.     Top = 96
  173.     Width = 64
  174.     Height = 17
  175.     Caption = '&Stretch'
  176.     TabOrder = 11
  177.     OnClick = StretchCheckClick
  178.   end
  179.   object UpDownEdit: TEdit
  180.     Left = 439
  181.     Top = 286
  182.     Width = 24
  183.     Height = 21
  184.     Enabled = False
  185.     TabOrder = 10
  186.     Text = '1'
  187.     OnChange = UpDownEditChange
  188.   end
  189.   object UpDown1: TUpDown
  190.     Left = 463
  191.     Top = 286
  192.     Width = 15
  193.     Height = 21
  194.     Associate = UpDownEdit
  195.     Enabled = False
  196.     Min = 0
  197.     Position = 1
  198.     TabOrder = 12
  199.     Wrap = False
  200.   end
  201. end
  202.